| Property Name | Return Type | Description |
|---|---|---|
| AssignedTo | String |
The name of the individual the task is assigned to |
| Completed | Boolean |
If the task has been completed |
| CompletedDate | DateTime |
The date the task was completed |
| CompletedTaskID | Int32 |
The completed task ID |
| Examiner | String |
The examiner of the task |
| GetTaskRecordingRec | Object |
The loan_taskrecording record from the database for the task |
| IsValidRecordingData | Boolean |
If the task has valid recording data |
| KeyString | String |
The keystring to identify the Task Tracking record |
| Location | String |
The location of the task in the file structure |
| OrderedDate | DateTime |
The date the task was ordered |
| OrderedFollowUpDate | DateTime |
The date a follow up on the task was ordered |
| RecBook | String |
The recording book for the task |
| RecCounty | String |
The recording county for the task |
| RecDate | DateTime |
The recording Date for the task |
| RecDocNo | String |
The recording Document number for the task |
| ReceivedDate | DateTime |
The date the task was received |
| ReceivedFollowUpDate | DateTime |
The date the follow up for the task was received |
| RecName | String |
The recording name for the task |
| RecPage | String |
The recording page for the task |
| RecState | String |
The recording state for the task |
| ReviewedDate | DateTime |
The date the task was reviewed |
| TaskComments | DataTable |
a table of any comments on the task |
| TaskDescription | String |
The description of the task being tracked |
| TaskID | Int32 |
The ID of the task being tracked |
| TaskName | String |
The name of the task being tracked |
| TaskStatusDesc | String |
The description of the status for the task |
| TaskStatusHistory | DataTable |
A table of the status history for the task |
| TaskStatusID | Int32 |
The status ID for the task if applicable |
| TrackingNo | String |
The tracking number for the task |
| UnCompletedTaskID | Int32 |
The uncompleted task ID |